From 0d688bfee403a98f1c96274f868f83fca40f21a2 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Mon, 23 Oct 2006 10:16:48 +0100 Subject: [PATCH] Ignore generated .test files. Signed-off-by: Jimi Xenidis Signed-off-by: Tony Breeds --- .hgignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgignore b/.hgignore index f00f66f389..6ee72c74c0 100644 --- a/.hgignore +++ b/.hgignore @@ -193,6 +193,7 @@ ^tools/xm-test/.*/Makefile(.in)*$ ^tools/xm-test/lib/XmTestLib/config.py$ ^tools/xm-test/lib/XmTestReport/xmtest.py$ +^tools/xm-test/tests/.*\.test$ ^xen/BLOG$ ^xen/TAGS$ ^xen/arch/x86/asm-offsets\.s$ -- 2.30.2